home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / backup / tob-0.13 / tob-0 / tob / doc / mt.txt < prev    next >
Text File  |  1994-12-23  |  3KB  |  87 lines

  1.  
  2. MT(1L)                                                     MT(1L)
  3.  
  4. NAME
  5.        mt - control magnetic tape drive operation
  6.  
  7. SYNOPSIS
  8.        mt [-f device] operation [count]
  9.  
  10. DESCRIPTION
  11.        This  manual  page  documents the tape control program mt.
  12.        mt performs the given operation, which must be one of  the
  13.        tape  operations  listed below, on a tape drive.  The path
  14.        of the tape device to operate on can be given with the  -f
  15.        or  -t  option.  If neither of those options is given, and
  16.        the environment variable TAPE is set, it is used.   Other-
  17.        wise,    a    default   device   defined   in   the   file
  18.        /usr/include/sys/mtio.h is used.  The device must a  char-
  19.        acter special file.
  20.  
  21.        Some  operations optionally take a repeat count, which can
  22.        be given after the operation name and defaults to 1.
  23.  
  24.        The available operations are listed below.  Unique  abbre-
  25.        viations  are  accepted.  Not all operations are available
  26.        on all systems, or work on all types of tape drives.
  27.  
  28.        fsf    Forward space count files.  The tape is  positioned
  29.               on the first block of the next file.
  30.  
  31.        fsfm   Forward  space count files.  The tape is positioned
  32.               on the last block of the previous file.
  33.  
  34.        bsf    Backward space count files.  The tape is positioned
  35.               on the last block of the previous file.
  36.  
  37.        bsfm   Backward space count files.  The tape is positioned
  38.               on the first block of the next file.
  39.  
  40.        fsr    Forward space count records.
  41.  
  42.        bsr    Backward space count records.
  43.  
  44.        weof   Write count EOF marks at current position.
  45.  
  46.        rewind Rewind the tape.
  47.  
  48.        offline, rewoffl
  49.               Rewind the tape  and,  if  applicable,  unload  the
  50.               tape.
  51.  
  52.        status Print status information about the tape unit.
  53.  
  54.        retension
  55.               Rewind  the  tape,  then  wind it to the end of the
  56.               reel, then rewind it again.
  57.  
  58.                                                                 1
  59.  
  60. MT(1L)                                                     MT(1L)
  61.  
  62.        eod, seod
  63.               Space to end of valid data.  Used on streamer  tape
  64.               drives to append data to the logical and of tape.
  65.  
  66.        erase  Erase the tape.
  67.  
  68.        setblk Set  the block size of the drive to count bytes per
  69.               record.
  70.  
  71.        setdensity
  72.               Set the tape density code  to  count.   The  proper
  73.               codes  to  use  with each drive should be looked up
  74.               from the drive documentation.
  75.  
  76.        seek   Seek to the count block on the tape.   This  opera-
  77.               tion  is  available  on  some  Tandberg and Wangtek
  78.               streamers and some SCSI-2 tape drives.
  79.  
  80.        tell   Tell the current block on tape.  This operation  is
  81.               available  on  some  Tandberg and Wangtek streamers
  82.               and some SCSI-2 tape drives.
  83.  
  84.        mt exits with a status of 0 if the operation succeeded,  1
  85.        if the operation or device name given was invalid, or 2 if
  86.        the operation failed.
  87.